⭐ Bilingual Edition
RAS PRE 2026
COMPUTER & ICT
📚 Chapter 5 - Part 4
📝 35 MCQs
🎯 RAS 2026
RASA2Z
Q1 Match - Storage Units
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | स्टोरेज यूनिट | मान (बाइट्स में) |
|-------|---------------|------------------|
| 1. | 1 KB | 1024 बाइट्स |
| 2. | 1 MB | 1024 KB |
| 3. | 1 GB | 1024 MB |
| 4. | 1 TB | 1024 GB |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Storage Unit | Value (in Bytes) |
|------|--------------|------------------|
| 1. | 1 KB | 1024 Bytes |
| 2. | 1 MB | 1024 KB |
| 3. | 1 GB | 1024 MB |
| 4. | 1 TB | 1024 GB |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों युग्म सही हैं। 1 KB = 1024 बाइट्स, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB। यह कम्प्यूटर स्टोरेज यूनिट्स की बुनियादी समझ की जाँच करता है।
All four pairs are correct. 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB. This tests the basic understanding of computer storage units.
Q2 Incorrect Statement - Hardware
"कम्प्यूटर हार्डवेयर" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding "Computer Hardware", which of the following statements is NOT true?
A. CPU कम्प्यूटर का मस्तिष्क हैCPU is the brain of the computer
B. RAM अस्थायी मेमोरी हैRAM is temporary memory
C. ROM में डेटा बिजली बंद होने पर नष्ट हो जाता हैData in ROM is lost when power is off
D. HDD स्थायी भंडारण हैHDD is permanent storage
✅ सही उत्तर: (C) ROM में डेटा बिजली बंद होने पर नष्ट हो जाता है
✅ Correct Answer: (C) Data in ROM is lost when power is off
📖 व्याख्या
📖 Explanation
ROM (Read Only Memory) स्थिर (Non-volatile) मेमोरी है - बिजली बंद होने पर डेटा नष्ट नहीं होता। यह कथन C सत्य नहीं है। CPU कम्प्यूटर का मस्तिष्क है, RAM अस्थायी मेमोरी है, HDD स्थायी भंडारण है।
ROM is Non-volatile memory - data is not lost when power is off. Statement C is NOT true. CPU is the brain of the computer, RAM is temporary memory, HDD is permanent storage.
Q3 How many true - CPU
"CPU" (Central Processing Unit) के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. CPU कम्प्यूटर का मस्तिष्क है।
2. CPU में ALU और CU शामिल हैं।
3. ALU गणितीय एवं तार्किक संचालन करता है।
4. CU डेटा को संग्रहित करता है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "CPU" (Central Processing Unit):
1. CPU is the brain of the computer.
2. CPU includes ALU and CU.
3. ALU performs arithmetic and logical operations.
4. CU stores data.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 2 और 3 सत्य हैं। कथन 4 असत्य है क्योंकि CU (Control Unit) डेटा को संग्रहित नहीं करता; यह निर्देशों को नियंत्रित एवं समन्वित करता है। डेटा संग्रहण मेमोरी (RAM/ROM) का कार्य है।
Statements 1, 2 and 3 are true. Statement 4 is false because CU does not store data; it controls and coordinates instructions. Data storage is the function of memory (RAM/ROM).
Q4 Match - Memory Types
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | मेमोरी प्रकार | विशेषता |
|-------|---------------|----------|
| 1. | RAM | Volatile (अस्थिर) |
| 2. | ROM | Non-volatile (स्थिर) |
| 3. | Cache | अत्यंत तीव्र |
| 4. | EPROM | विद्युत द्वारा मिटाया जा सकता है |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Memory Type | Characteristic |
|------|-------------|----------------|
| 1. | RAM | Volatile |
| 2. | ROM | Non-volatile |
| 3. | Cache | Extremely fast |
| 4. | EPROM | Can be erased electrically |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
युग्म 1, 2 और 3 सही हैं। युग्म 4 असत्य है क्योंकि EPROM (Erasable Programmable Read Only Memory) को पराबैंगनी (UV) प्रकाश द्वारा मिटाया जाता है, विद्युत द्वारा नहीं। EEPROM को विद्युत द्वारा मिटाया जा सकता है।
Pairs 1, 2 and 3 are correct. Pair 4 is false because EPROM is erased by UV light, not electrically. EEPROM can be erased electrically.
Q5 Which is correct - Generations
"कम्प्यूटर की पीढ़ियों" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य है?
Regarding "Computer Generations", which of the following statements is true?
A. प्रथम पीढ़ी में ट्रांजिस्टर का उपयोग हुआFirst generation used transistors
B. द्वितीय पीढ़ी में वैक्यूम ट्यूब का उपयोग हुआSecond generation used vacuum tubes
C. तृतीय पीढ़ी में IC (इंटीग्रेटेड सर्किट) का उपयोग हुआThird generation used ICs
D. चतुर्थ पीढ़ी में वैक्यूम ट्यूब का उपयोग हुआFourth generation used vacuum tubes
✅ सही उत्तर: (C) तृतीय पीढ़ी में IC (इंटीग्रेटेड सर्किट) का उपयोग हुआ
✅ Correct Answer: (C) Third generation used ICs
📖 व्याख्या
📖 Explanation
तृतीय पीढ़ी (1965-1971) में IC (इंटीग्रेटेड सर्किट) का उपयोग हुआ। प्रथम पीढ़ी - वैक्यूम ट्यूब, द्वितीय - ट्रांजिस्टर, चतुर्थ - VLSI/माइक्रोप्रोसेसर। अतः केवल विकल्प (C) सत्य है।
Third generation (1965-1971) used ICs (Integrated Circuits). First generation - Vacuum Tubes, Second - Transistors, Fourth - VLSI/Microprocessor. Thus only option (C) is true.
Q6 How many true - Input/Output
"इनपुट एवं आउटपुट डिवाइस" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. कीबोर्ड एक इनपुट डिवाइस है।
2. मॉनिटर एक आउटपुट डिवाइस है।
3. स्कैनर एक आउटपुट डिवाइस है।
4. प्रिंटर एक आउटपुट डिवाइस है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "Input and Output Devices":
1. Keyboard is an Input device.
2. Monitor is an Output device.
3. Scanner is an Output device.
4. Printer is an Output device.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 2 और 4 सत्य हैं। कथन 3 असत्य है क्योंकि स्कैनर (Scanner) एक इनपुट डिवाइस है, आउटपुट नहीं। स्कैनर दस्तावेजों या छवियों को डिजिटल रूप में कम्प्यूटर में इनपुट करता है।
Statements 1, 2 and 4 are true. Statement 3 is false because Scanner is an Input device, not output. Scanner inputs documents or images into the computer in digital form.
Q7 Match - Software Types
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | सॉफ्टवेयर प्रकार | उदाहरण |
|-------|-------------------|---------|
| 1. | सिस्टम सॉफ्टवेयर | Windows |
| 2. | एप्लिकेशन सॉफ्टवेयर | MS Word |
| 3. | यूटिलिटी सॉफ्टवेयर | Antivirus |
| 4. | सिस्टम सॉफ्टवेयर | Chrome |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Software Type | Example |
|------|---------------|---------|
| 1. | System Software | Windows |
| 2. | Application Software | MS Word |
| 3. | Utility Software | Antivirus |
| 4. | System Software | Chrome |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
युग्म 1, 2 और 3 सही हैं। युग्म 4 असत्य है क्योंकि Chrome एक एप्लिकेशन सॉफ्टवेयर (वेब ब्राउजर) है, सिस्टम सॉफ्टवेयर नहीं है। सिस्टम सॉफ्टवेयर के उदाहरण Windows, Linux, macOS हैं।
Pairs 1, 2 and 3 are correct. Pair 4 is false because Chrome is Application Software (web browser), not System Software. Examples of System Software are Windows, Linux, macOS.
Q8 Incorrect - Software Types
"सॉफ्टवेयर" के प्रकारों के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding types of "Software", which of the following statements is NOT true?
A. सिस्टम सॉफ्टवेयर हार्डवेयर को नियंत्रित करता हैSystem Software controls hardware
B. एप्लिकेशन सॉफ्टवेयर उपयोगकर्ता के कार्यों के लिए हैApplication Software is for user tasks
C. यूटिलिटी सॉफ्टवेयर ऑपरेटिंग सिस्टम का ही दूसरा नाम हैUtility Software is another name for Operating System
D. एंटीवायरस यूटिलिटी सॉफ्टवेयर हैAntivirus is Utility Software
✅ सही उत्तर: (C) यूटिलिटी सॉफ्टवेयर ऑपरेटिंग सिस्टम का ही दूसरा नाम है
✅ Correct Answer: (C) Utility Software is another name for Operating System
📖 व्याख्या
📖 Explanation
यूटिलिटी सॉफ्टवेयर ऑपरेटिंग सिस्टम का दूसरा नाम नहीं है। यूटिलिटी सॉफ्टवेयर (जैसे Antivirus, Disk Cleaner) सिस्टम के रखरखाव और सुरक्षा के लिए होते हैं, जबकि ऑपरेटिंग सिस्टम (जैसे Windows) मुख्य सिस्टम सॉफ्टवेयर है।
Utility Software is not another name for Operating System. Utility Software (like Antivirus, Disk Cleaner) is for system maintenance and security, while Operating System (like Windows) is the main system software.
Q9 How many true - Processors
"प्रोसेसर" (Processor) के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. Intel Celeron एक प्रोसेसर है।
2. Intel Pentium एक प्रोसेसर है।
3. AMD Ryzen एक प्रोसेसर है।
4. Intel Core एक प्रोसेसर है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "Processor":
1. Intel Celeron is a processor.
2. Intel Pentium is a processor.
3. AMD Ryzen is a processor.
4. Intel Core is a processor.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों कथन सत्य हैं। Intel Celeron, Pentium, Core और AMD Ryzen सभी प्रोसेसर हैं। Celeron, Pentium और Core Intel के प्रोसेसर हैं, जबकि Ryzen AMD का प्रोसेसर है।
All four statements are true. Intel Celeron, Pentium, Core and AMD Ryzen are all processors. Celeron, Pentium and Core are Intel processors, while Ryzen is AMD's processor.
Q10 Match - Computer Generations
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | पीढ़ी | तकनीक |
|-------|-------|--------|
| 1. | प्रथम पीढ़ी | वैक्यूम ट्यूब |
| 2. | द्वितीय पीढ़ी | ट्रांजिस्टर |
| 3. | तृतीय पीढ़ी | IC |
| 4. | चतुर्थ पीढ़ी | माइक्रोप्रोसेसर |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Generation | Technology |
|------|------------|------------|
| 1. | First Generation | Vacuum Tubes |
| 2. | Second Generation | Transistors |
| 3. | Third Generation | IC |
| 4. | Fourth Generation | Microprocessor |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों युग्म सही हैं। प्रथम पीढ़ी (1946-1959) - वैक्यूम ट्यूब, द्वितीय (1959-1965) - ट्रांजिस्टर, तृतीय (1965-1971) - IC, चतुर्थ (1971-1980) - माइक्रोप्रोसेसर। पंचम पीढ़ी (1980-वर्तमान) - AI पर आधारित है।
All four pairs are correct. First Generation (1946-1959) - Vacuum Tubes, Second (1959-1965) - Transistors, Third (1965-1971) - IC, Fourth (1971-1980) - Microprocessor. Fifth generation (1980-present) is based on AI.
🌐 नेटवर्किंग Q11–Q20
🌐 Networking Q11–Q20
Q11 Match - Network Types
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | नेटवर्क प्रकार | क्षेत्र |
|-------|----------------|--------|
| 1. | LAN | भवन |
| 2. | MAN | शहर |
| 3. | WAN | देश/विश्व |
| 4. | PAN | महाद्वीप |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Network Type | Area |
|------|--------------|------|
| 1. | LAN | Building |
| 2. | MAN | City |
| 3. | WAN | Country/World |
| 4. | PAN | Continent |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
युग्म 1, 2 और 3 सही हैं। युग्म 4 असत्य है क्योंकि PAN (Personal Area Network) व्यक्तिगत क्षेत्र (जैसे ब्लूटूथ, घर) के लिए है, महाद्वीप के लिए नहीं। महाद्वीप स्तर का नेटवर्क WAN के अंतर्गत आता है।
Pairs 1, 2 and 3 are correct. Pair 4 is false because PAN is for personal area (like Bluetooth, home), not for continents. Continent-level networks come under WAN.
Q12 Which is correct - Network Devices
"नेटवर्किंग डिवाइस" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य है?
Regarding "Networking Devices", which of the following statements is true?
A. हब (Hub) डेटा को सही गंतव्य पर भेजता हैHub sends data to the correct destination
B. स्विच (Switch) केवल वायरलेस नेटवर्क में कार्य करता हैSwitch works only in wireless networks
C. राउटर (Router) नेटवर्क को आपस में जोड़ता हैRouter connects networks together
D. स्विच हब से अधिक बुद्धिमान हैSwitch is more intelligent than Hub
✅ सही उत्तर: (D) स्विच हब से अधिक बुद्धिमान है
✅ Correct Answer: (D) Switch is more intelligent than Hub
📖 व्याख्या
📖 Explanation
स्विच (Switch) हब (Hub) से अधिक बुद्धिमान है क्योंकि यह डेटा को सही MAC एड्रेस पर भेजता है, जबकि हब सभी पोर्ट्स पर डेटा भेजता है। राउटर (Router) भी नेटवर्क को आपस में जोड़ता है, लेकिन विकल्प (D) अधिक सटीक है।
Switch is more intelligent than Hub because it sends data to the correct MAC address, while Hub sends data to all ports. Router also connects networks together, but option (D) is more precise.
Q13 How many true - Network Topologies
"नेटवर्क टोपोलॉजी" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. बस टोपोलॉजी में सभी उपकरण एक ही केबल पर जुड़े होते हैं।
2. तारा टोपोलॉजी में केंद्रीय हब से सभी उपकरण जुड़े होते हैं।
3. वलय टोपोलॉजी में प्रत्येक उपकरण हर उपकरण से जुड़ा होता है।
4. मेश टोपोलॉजी सबसे विश्वसनीय है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "Network Topology":
1. In Bus topology, all devices are connected to a single cable.
2. In Star topology, all devices are connected to a central hub.
3. In Ring topology, every device is connected to every device.
4. Mesh topology is the most reliable.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 2 और 4 सत्य हैं। कथन 3 असत्य है क्योंकि वलय (Ring) टोपोलॉजी में उपकरण वृत्ताकार में जुड़े होते हैं, प्रत्येक उपकरण हर उपकरण से नहीं। प्रत्येक उपकरण हर उपकरण से मेश (Mesh) टोपोलॉजी में जुड़ा होता है। मेश टोपोलॉजी सबसे विश्वसनीय है क्योंकि इसमें कई पथ होते हैं।
Statements 1, 2 and 4 are true. Statement 3 is false because in Ring topology, devices are connected in a circle, not every device to every device. Every device to every device is in Mesh topology. Mesh topology is the most reliable because it has multiple paths.
Q14 Incorrect - OSI Model
"OSI मॉडल" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding "OSI Model", which of the following statements is NOT true?
A. OSI मॉडल में 7 परतें होती हैंOSI model has 7 layers
B. भौतिक परत बिट्स का संचरण करती हैPhysical layer transmits bits
C. नेटवर्क परत फ्रेम्स का संचरण करती हैNetwork layer transmits frames
D. एप्लिकेशन परत उपयोगकर्ता एप्लिकेशनों को सेवा प्रदान करती हैApplication layer provides services to user applications
✅ सही उत्तर: (C) नेटवर्क परत फ्रेम्स का संचरण करती है
✅ Correct Answer: (C) Network layer transmits frames
📖 व्याख्या
📖 Explanation
नेटवर्क परत (Network Layer) पैकेट्स (Packets) का संचरण करती है, फ्रेम्स (Frames) का नहीं। फ्रेम्स का संचरण डेटा लिंक परत (Data Link Layer) करती है। OSI मॉडल की 7 परतें हैं, भौतिक परत बिट्स का संचरण करती है, एप्लिकेशन परत उपयोगकर्ता एप्लिकेशनों को सेवा प्रदान करती है।
Network Layer transmits Packets, not Frames. Frames are transmitted by Data Link Layer. OSI model has 7 layers, Physical layer transmits bits, Application layer provides services to user applications.
Q15 Match - OSI Layers
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | OSI परत | इकाई |
|-------|---------|------|
| 1. | भौतिक परत | बिट्स |
| 2. | डेटा लिंक परत | फ्रेम्स |
| 3. | नेटवर्क परत | पैकेट्स |
| 4. | ट्रांसपोर्ट परत | सेगमेंट्स |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | OSI Layer | Unit |
|------|-----------|------|
| 1. | Physical Layer | Bits |
| 2. | Data Link Layer | Frames |
| 3. | Network Layer | Packets |
| 4. | Transport Layer | Segments |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों युग्म सही हैं। OSI मॉडल की परतें और उनकी इकाइयाँ: भौतिक - बिट्स, डेटा लिंक - फ्रेम्स, नेटवर्क - पैकेट्स, ट्रांसपोर्ट - सेगमेंट्स।
All four pairs are correct. OSI Model layers and their units: Physical - Bits, Data Link - Frames, Network - Packets, Transport - Segments.
Q16 Which is correct - Network
"नेटवर्क" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य है?
Regarding "Network", which of the following statements is true?
A. LAN छोटे क्षेत्र (भवन) के लिए हैLAN is for small area (building)
B. MAN देश/विश्व के लिए हैMAN is for country/world
C. WAN शहर के लिए हैWAN is for city
D. PAN महाद्वीप के लिए हैPAN is for continent
✅ सही उत्तर: (A) LAN छोटे क्षेत्र (भवन) के लिए है
✅ Correct Answer: (A) LAN is for small area (building)
📖 व्याख्या
📖 Explanation
LAN (Local Area Network) छोटे क्षेत्र (भवन, कार्यालय) के लिए है। MAN (Metropolitan Area Network) शहर के लिए है, WAN (Wide Area Network) देश/विश्व के लिए है, PAN (Personal Area Network) व्यक्तिगत क्षेत्र के लिए है।
LAN is for small area (building, office). MAN is for city, WAN is for country/world, PAN is for personal area.
Q17 How many true - IP Address
"IP एड्रेस" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. IP एड्रेस प्रत्येक उपकरण की विशिष्ट पहचान है।
2. IPv4 32-बिट एड्रेस है।
3. IPv6 128-बिट एड्रेस है।
4. IPv4 में लगभग 4.3 बिलियन एड्रेस उपलब्ध हैं।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "IP Address":
1. IP address is a unique identifier for each device.
2. IPv4 is a 32-bit address.
3. IPv6 is a 128-bit address.
4. IPv4 has approximately 4.3 billion addresses available.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों कथन सत्य हैं। IP एड्रेस प्रत्येक उपकरण की विशिष्ट पहचान है। IPv4 32-बिट (लगभग 4.3 बिलियन एड्रेस) है, IPv6 128-बिट है। IPv6 को IPv4 की एड्रेस कमी को दूर करने के लिए विकसित किया गया।
All four statements are true. IP address is a unique identifier for each device. IPv4 is 32-bit (~4.3 billion addresses), IPv6 is 128-bit. IPv6 was developed to overcome IPv4 address shortage.
Q18 Incorrect - DNS
"DNS" (Domain Name System) के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding "DNS" (Domain Name System), which of the following statements is NOT true?
A. DNS डोमेन नाम को IP एड्रेस में बदलता हैDNS converts domain names to IP addresses
B. DNS IP एड्रेस को डोमेन नाम में बदलता हैDNS converts IP addresses to domain names
C. DNS एक विकेन्द्रीकृत प्रणाली हैDNS is a decentralized system
D. DNS का उपयोग इंटरनेट पर नेविगेट करने के लिए होता हैDNS is used to navigate the Internet
✅ सही उत्तर: (B) DNS IP एड्रेस को डोमेन नाम में बदलता है
✅ Correct Answer: (B) DNS converts IP addresses to domain names
📖 व्याख्या
📖 Explanation
DNS (Domain Name System) का मुख्य कार्य डोमेन नाम (जैसे www.google.com) को IP एड्रेस में बदलना है, IP एड्रेस को डोमेन नाम में नहीं। हालाँकि रिवर्स DNS (Reverse DNS) IP एड्रेस को डोमेन नाम में बदल सकता है, लेकिन DNS का मुख्य कार्य डोमेन नाम से IP एड्रेस है। यह एक विकेन्द्रीकृत प्रणाली है और इंटरनेट पर नेविगेट करने के लिए उपयोग होती है।
DNS's main function is to convert domain names (like www.google.com) to IP addresses, not IP addresses to domain names. Though Reverse DNS can convert IP to domain name, DNS's primary function is domain name to IP address. It is a decentralized system used to navigate the Internet.
Q19 Match - Networking Devices
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | डिवाइस | कार्य |
|-------|--------|-------|
| 1. | हब (Hub) | सभी पोर्ट्स पर डेटा भेजना |
| 2. | स्विच (Switch) | सही MAC एड्रेस पर डेटा भेजना |
| 3. | राउटर (Router) | नेटवर्क को आपस में जोड़ना |
| 4. | मॉडेम (Modem) | एनालॉग से डिजिटल में बदलना |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Device | Function |
|------|--------|----------|
| 1. | Hub | Sends data to all ports |
| 2. | Switch | Sends data to correct MAC address |
| 3. | Router | Connects networks together |
| 4. | Modem | Converts analog to digital |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों युग्म सही हैं। हब (Hub) सभी पोर्ट्स पर डेटा भेजता है, स्विच (Switch) सही MAC एड्रेस पर डेटा भेजता है, राउटर (Router) नेटवर्क को आपस में जोड़ता है, मॉडेम (Modem) एनालॉग से डिजिटल (और डिजिटल से एनालॉग) में बदलता है।
All four pairs are correct. Hub sends data to all ports, Switch sends data to the correct MAC address, Router connects networks together, Modem converts analog to digital (and digital to analog).
Q20 How many true - Wireless Technologies
"वायरलेस प्रौद्योगिकी" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. Wi-Fi IEEE 802.11 मानक पर आधारित है।
2. ब्लूटूथ IEEE 802.15 मानक पर आधारित है।
3. Wi-Fi ब्लूटूथ से अधिक दूरी पर कार्य करता है।
4. ब्लूटूथ 2.4 GHz आवृत्ति का उपयोग करता है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "Wireless Technologies":
1. Wi-Fi is based on IEEE 802.11 standard.
2. Bluetooth is based on IEEE 802.15 standard.
3. Wi-Fi works over longer distances than Bluetooth.
4. Bluetooth uses 2.4 GHz frequency.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों कथन सत्य हैं। Wi-Fi IEEE 802.11, ब्लूटूथ IEEE 802.15 मानक पर आधारित है। Wi-Fi ब्लूटूथ से अधिक दूरी (लगभग 100 मीटर) पर कार्य करता है। दोनों 2.4 GHz आवृत्ति का उपयोग करते हैं (Wi-Fi 5 GHz का भी उपयोग करता है)।
All four statements are true. Wi-Fi is based on IEEE 802.11, Bluetooth on IEEE 802.15. Wi-Fi works over longer distances (approximately 100 meters) than Bluetooth. Both use 2.4 GHz frequency (Wi-Fi also uses 5 GHz).
🌍 इंटरनेट & प्रोटोकॉल Q21–Q30
🌍 Internet & Protocols Q21–Q30
Q21 Match - Protocols & Ports
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | प्रोटोकॉल | पोर्ट |
|-------|-----------|------|
| 1. | HTTP | 80 |
| 2. | HTTPS | 443 |
| 3. | FTP | 21 |
| 4. | SMTP | 25 |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Protocol | Port |
|------|----------|------|
| 1. | HTTP | 80 |
| 2. | HTTPS | 443 |
| 3. | FTP | 21 |
| 4. | SMTP | 25 |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (D) चारों
✅ Correct Answer: (D) All four
📖 व्याख्या
📖 Explanation
सभी चारों युग्म सही हैं। HTTP - पोर्ट 80, HTTPS - पोर्ट 443, FTP - पोर्ट 21, SMTP - पोर्ट 25। यह नेटवर्किंग में पोर्ट्स और प्रोटोकॉल की बुनियादी समझ की जाँच करता है।
All four pairs are correct. HTTP - Port 80, HTTPS - Port 443, FTP - Port 21, SMTP - Port 25. This tests the basic understanding of ports and protocols in networking.
Q22 Which is correct - Protocols
"इंटरनेट प्रोटोकॉल" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य है?
Regarding "Internet Protocols", which of the following statements is true?
A. HTTP का उपयोग ईमेल भेजने के लिए होता हैHTTP is used to send emails
B. FTP का उपयोग फाइलें स्थानांतरित करने के लिए होता हैFTP is used to transfer files
C. SMTP का उपयोग वेबसाइट ब्राउज करने के लिए होता हैSMTP is used to browse websites
D. POP3 का उपयोग फाइलें डाउनलोड करने के लिए होता हैPOP3 is used to download files
✅ सही उत्तर: (B) FTP का उपयोग फाइलें स्थानांतरित करने के लिए होता है
✅ Correct Answer: (B) FTP is used to transfer files
📖 व्याख्या
📖 Explanation
FTP (File Transfer Protocol) का उपयोग फाइलें स्थानांतरित करने (अपलोड/डाउनलोड) के लिए होता है। HTTP वेब ब्राउजिंग के लिए, SMTP ईमेल भेजने के लिए, POP3 ईमेल प्राप्त करने के लिए होता है।
FTP is used to transfer files (upload/download). HTTP is for web browsing, SMTP for sending emails, POP3 for receiving emails.
Q23 How many true - Internet Basics
"इंटरनेट" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. इंटरनेट नेटवर्कों का नेटवर्क है।
2. WWW (World Wide Web) इंटरनेट का ही दूसरा नाम है।
3. इंटरनेट का जनक विंटन सर्फ को कहा जाता है।
4. WWW का जनक टिम बर्नर्स-ली को कहा जाता है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "Internet":
1. Internet is a network of networks.
2. WWW (World Wide Web) is another name for the Internet.
3. Vinton Cerf is called the Father of the Internet.
4. Tim Berners-Lee is called the Father of the WWW.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 3 और 4 सत्य हैं। कथन 2 असत्य है क्योंकि WWW (World Wide Web) इंटरनेट का ही दूसरा नाम नहीं है; WWW इंटरनेट पर चलने वाली एक सेवा है। इंटरनेट एक नेटवर्क है, WWW इस पर चलने वाली एक एप्लिकेशन है।
Statements 1, 3 and 4 are true. Statement 2 is false because WWW is not another name for the Internet; WWW is a service that runs on the Internet. The Internet is a network, WWW is an application that runs on it.
Q24 Incorrect - Browser vs Search Engine
"वेब ब्राउजर" और "सर्च इंजन" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding "Web Browser" and "Search Engine", which of the following statements is NOT true?
A. Chrome एक वेब ब्राउजर हैChrome is a web browser
B. Firefox एक वेब ब्राउजर हैFirefox is a web browser
C. Google एक सर्च इंजन हैGoogle is a search engine
D. Google एक वेब ब्राउजर हैGoogle is a web browser
✅ सही उत्तर: (D) Google एक वेब ब्राउजर है
✅ Correct Answer: (D) Google is a web browser
📖 व्याख्या
📖 Explanation
Google एक सर्च इंजन है, वेब ब्राउजर नहीं है। Chrome (Google द्वारा), Firefox (Mozilla द्वारा) वेब ब्राउजर हैं। Google एक सर्च इंजन एवं तकनीकी कंपनी है, ब्राउजर नहीं।
Google is a Search Engine, not a web browser. Chrome (by Google), Firefox (by Mozilla) are web browsers. Google is a search engine and technology company, not a browser.
Q25 Match - Broadband Types
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | कनेक्शन प्रकार | विशेषता |
|-------|----------------|----------|
| 1. | DSL | टेलीफोन लाइन पर कार्य करता है |
| 2. | फाइबर ऑप्टिक | सबसे तीव्र |
| 3. | सैटेलाइट | सबसे सस्ता |
| 4. | डायल-अप | 56 Kbps गति |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Connection Type | Characteristic |
|------|-----------------|----------------|
| 1. | DSL | Works on telephone line |
| 2. | Fiber Optic | Fastest |
| 3. | Satellite | Cheapest |
| 4. | Dial-up | 56 Kbps speed |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
युग्म 1, 2 और 4 सही हैं। युग्म 3 असत्य है क्योंकि सैटेलाइट कनेक्शन सबसे सस्ता नहीं है, यह सबसे महंगा कनेक्शन है। DSL टेलीफोन लाइन पर कार्य करता है, फाइबर ऑप्टिक सबसे तीव्र है, डायल-अप 56 Kbps गति प्रदान करता है।
Pairs 1, 2 and 4 are correct. Pair 3 is false because Satellite connection is not the cheapest; it is the most expensive. DSL works on telephone line, Fiber Optic is the fastest, Dial-up provides 56 Kbps speed.
Q26 Which is correct - Web
"वेब" के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य है?
Regarding "Web", which of the following statements is true?
A. वेबसाइट एक वेब पेज हैA website is a web page
B. वेब पेज का कोई URL नहीं होताA web page does not have a URL
C. वेबसाइट वेब पेजों का समूह हैA website is a collection of web pages
D. वेबसाइट का कोई URL नहीं होताA website does not have a URL
✅ सही उत्तर: (C) वेबसाइट वेब पेजों का समूह है
✅ Correct Answer: (C) A website is a collection of web pages
📖 व्याख्या
📖 Explanation
वेबसाइट (Website) वेब पेजों (Web Pages) का समूह है। प्रत्येक वेब पेज का अपना URL होता है, और वेबसाइट का भी एक अद्वितीय URL होता है।
A website is a collection of web pages. Each web page has its own URL, and the website also has a unique URL.
Q27 How many true - URL
"URL" (Uniform Resource Locator) के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. URL वेबसाइट का पता होता है।
2. URL में प्रोटोकॉल, डोमेन नाम एवं पथ शामिल होते हैं।
3. URL का पूरा रूप 'Uniform Resource Locator' है।
4. URL को IP एड्रेस भी कहा जाता है।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "URL" (Uniform Resource Locator):
1. URL is the address of a website.
2. URL includes protocol, domain name and path.
3. The full form of URL is 'Uniform Resource Locator'.
4. URL is also called IP address.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 2 और 3 सत्य हैं। कथन 4 असत्य है क्योंकि URL को IP एड्रेस नहीं कहा जाता है। URL एक मानव-पठनीय पता है, जबकि IP एड्रेस एक संख्यात्मक पहचान है। DNS URL को IP एड्रेस में परिवर्तित करता है।
Statements 1, 2 and 3 are true. Statement 4 is false because URL is not called IP address. URL is a human-readable address, while IP address is a numerical identifier. DNS converts URL to IP address.
Q28 Incorrect - Email
"ई-मेल" (Email) के संदर्भ में निम्नलिखित में से कौन सा कथन सत्य नहीं है?
Regarding "Email", which of the following statements is NOT true?
A. ई-मेल का पूरा नाम Electronic Mail हैThe full form of Email is Electronic Mail
B. ई-मेल में To, CC, BCC फील्ड होते हैंEmail has To, CC, BCC fields
C. ई-मेल से फाइलें संलग्न (Attach) की जा सकती हैंFiles can be attached to emails
D. ई-मेल केवल पाठ (Text) संदेश भेज सकता हैEmail can only send text messages
✅ सही उत्तर: (D) ई-मेल केवल पाठ (Text) संदेश भेज सकता है
✅ Correct Answer: (D) Email can only send text messages
📖 व्याख्या
📖 Explanation
ई-मेल केवल पाठ संदेश नहीं भेज सकता; इसमें फाइलें (दस्तावेज, छवि, वीडियो आदि) संलग्न (Attach) की जा सकती हैं। ई-मेल HTML रिच टेक्स्ट, छवियाँ, लिंक आदि भी भेज सकता है।
Email can not only send text messages; files (documents, images, videos, etc.) can be attached. Email can also send HTML rich text, images, links, etc.
Q29 Match - Internet Terms
निम्नलिखित युग्मों पर विचार कीजिए:
| युग्म | शब्द | विवरण |
|-------|------|--------|
| 1. | ISP | इंटरनेट सेवा प्रदाता |
| 2. | URL | वेबसाइट का पता |
| 3. | DNS | डोमेन नाम को IP में बदलना |
| 4. | HTTP | सुरक्षित वेब प्रोटोकॉल |
उपर्युक्त युग्मों में से कितने सही हैं?
Consider the following pairs:
| Pair | Term | Description |
|------|------|-------------|
| 1. | ISP | Internet Service Provider |
| 2. | URL | Website address |
| 3. | DNS | Converts domain name to IP |
| 4. | HTTP | Secure web protocol |
How many of the above pairs are correct?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
युग्म 1, 2 और 3 सही हैं। युग्म 4 असत्य है क्योंकि HTTP (Hypertext Transfer Protocol) सुरक्षित प्रोटोकॉल नहीं है; यह असुरक्षित है। HTTPS (HTTP Secure) सुरक्षित प्रोटोकॉल है। ISP - Internet Service Provider, URL - वेबसाइट का पता, DNS - डोमेन नाम को IP में बदलता है।
Pairs 1, 2 and 3 are correct. Pair 4 is false because HTTP is not a secure protocol; it is insecure. HTTPS is the secure protocol. ISP - Internet Service Provider, URL - Website address, DNS - converts domain name to IP.
Q30 How many true - HTTP vs HTTPS
"HTTP" एवं "HTTPS" के संदर्भ में निम्नलिखित कथनों पर विचार कीजिए:
1. HTTP असुरक्षित है, जबकि HTTPS सुरक्षित है।
2. HTTPS में SSL/TLS एन्क्रिप्शन का उपयोग होता है।
3. HTTPS का उपयोग बैंकिंग एवं ई-कॉमर्स वेबसाइटों में होता है।
4. HTTP एवं HTTPS दोनों समान सुरक्षा प्रदान करते हैं।
उपर्युक्त कथनों में से कितने सत्य हैं?
Consider the following statements regarding "HTTP" and "HTTPS":
1. HTTP is insecure, while HTTPS is secure.
2. HTTPS uses SSL/TLS encryption.
3. HTTPS is used in banking and e-commerce websites.
4. HTTP and HTTPS both provide the same security.
How many of the above statements are true?
A. केवल एकOnly one
B. केवल दोOnly two
C. केवल तीनOnly three
D. चारोंAll four
✅ सही उत्तर: (C) केवल तीन
✅ Correct Answer: (C) Only three
📖 व्याख्या
📖 Explanation
कथन 1, 2 और 3 सत्य हैं। कथन 4 असत्य है क्योंकि HTTP एवं HTTPS समान सुरक्षा नहीं प्रदान करते; HTTPS HTTP से अधिक सुरक्षित है क्योंकि इसमें SSL/TLS एन्क्रिप्शन का उपयोग होता है।
Statements 1, 2 and 3 are true. Statement 4 is false because HTTP and HTTPS do not provide the same security; HTTPS is more secure because it uses SSL/TLS encryption.
📊 आपका परिणाम
📊 Your Result
⭐ 0.00 / 66.50
📌 गणना: सही +1.33, गलत -0.44, स्किप 0 — RPSC RAS पैटर्न अनुसार
📌 Calculation: Correct +1.33, Wrong -0.44, Skip 0 — As per RPSC RAS pattern
🔹 महत्वपूर्ण तथ्य
🔹 Key Facts
- स्टोरेज: KB → MB → GB → TB → PB (1 KB = 1024 बाइट्स)
- Storage: KB → MB → GB → TB → PB (1 KB = 1024 bytes)
- CPU भाग: ALU (गणितीय/तार्किक) + CU (नियंत्रण)
- CPU Parts: ALU (arithmetic/logical) + CU (control)
- मेमोरी: RAM (Volatile), ROM (Non-volatile), Cache (Fast)
- Memory: RAM (Volatile), ROM (Non-volatile), Cache (Fast)
- नेटवर्क: LAN (भवन), MAN (शहर), WAN (देश/विश्व), PAN (व्यक्तिगत)
- Network: LAN (building), MAN (city), WAN (country/world), PAN (personal)
- पोर्ट्स: 80 (HTTP), 443 (HTTPS), 21 (FTP), 25 (SMTP)
- Ports: 80 (HTTP), 443 (HTTPS), 21 (FTP), 25 (SMTP)
- इंटरनेट: विंटन सर्फ (जनक), WWW: टिम बर्नर्स-ली (जनक)
- Internet: Vinton Cerf (Father), WWW: Tim Berners-Lee (Father)
🔹 अलर्ट
🔹 Alert
सामान्य भ्रम:
• ROM (Non-volatile) ≠ RAM (Volatile)
• Google (सर्च इंजन) ≠ Chrome (ब्राउजर)
• HTTP (असुरक्षित) ≠ HTTPS (सुरक्षित)
• WWW (सेवा) ≠ इंटरनेट (नेटवर्क)
• नेटवर्क परत (पैकेट्स) ≠ डेटा लिंक परत (फ्रेम्स)
Common Confusion:
• ROM (Non-volatile) ≠ RAM (Volatile)
• Google (Search Engine) ≠ Chrome (Browser)
• HTTP (Insecure) ≠ HTTPS (Secure)
• WWW (Service) ≠ Internet (Network)
• Network Layer (Packets) ≠ Data Link Layer (Frames)